home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / pcbmsg1.zip / DEMO.BAT next >
DOS Batch File  |  1991-10-21  |  581b  |  20 lines

  1. echo off
  2. cls
  3.  
  4. set FN=BILL SHIELDS
  5. if !FN==! goto noenv
  6.  
  7. : Create private message to %FN% from SYSOP in conference 2
  8. pcbmsg /D:test.fil /M:*ENVIRONMENT /F:SYSOP "/T:%FN%" /C:2 /S:* 
  9. :noenv
  10.  
  11. : Create private message to Bill Shields From SYSOP for Conference 1
  12. pcbmsg /D:test.fil /M:*WORKS? /F:SYSOP "/T:BILL SHIELDS" /C:1 /S:* 
  13.  
  14. : Create public message from SYSOP to Bill shields conference 0
  15. pcbmsg /D:test.fil /M:DEFAULT /F:SYSOP "/T:BILL SHIELDS"  
  16.  
  17. : Create file to SYSOP from DOS conference 3
  18. pcbmsg /D:test.fil "/M:~DOS COMMENT" /F:DOS /T:SYSOP /C:3 /S:~ 
  19.  
  20.